meson.build: Check for F16C on 32-bit Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 12 Apr 2021 09:58:46 +0000 (17:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 12 Apr 2021 10:13:42 +0000 (18:13 +0800)
commit65b35457fdfde69fcc8aaed516a6406855c0dbbc
tree5f952b97fc348de9322c0303d3e819f71c3e67cf
parentd5ced21264ecf75df01ca11e86d240283cb82276
meson.build: Check for F16C on 32-bit Visual Studio

It is also possible to enable F16C instructions on 32-bit Visual Studio builds,
so also check for the compiler's ability to build F16C code on Visual Studio
32-bit instead of just bailing out.
meson.build